home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / tcl / tclx7_31.z / tclx7_31 / tcldev / tclX7.3a-p1 / src / tclXconfig.h.in < prev    next >
Encoding:
Text File  |  1994-01-24  |  4.5 KB  |  199 lines

  1. /* src/tclXconfig.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define to the type of elements in the array set by `getgroups'.
  4.    Usually this is either `int' or `gid_t'.  */
  5. #undef GETGROUPS_T
  6.  
  7. /* Define to `int' if <sys/types.h> doesn't define.  */
  8. #undef gid_t
  9.  
  10. /* Define if your struct tm has tm_zone.  */
  11. #undef HAVE_TM_ZONE
  12.  
  13. /* Define if you don't have tm_zone but do have the external array
  14.    tzname.  */
  15. #undef HAVE_TZNAME
  16.  
  17. /* Define if you have unistd.h.  */
  18. #undef HAVE_UNISTD_H
  19.  
  20. /* Define to `int' if <sys/types.h> doesn't define.  */
  21. #undef mode_t
  22.  
  23. /* Define to `int' if <sys/types.h> doesn't define.  */
  24. #undef pid_t
  25.  
  26. /* Define as the return type of signal handlers (int or void).  */
  27. #undef RETSIGTYPE
  28.  
  29. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  30. #undef size_t
  31.  
  32. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  33. #undef TIME_WITH_SYS_TIME
  34.  
  35. /* Define if your <sys/time.h> declares struct tm.  */
  36. #undef TM_IN_SYS_TIME
  37.  
  38. /* Define to `int' if <sys/types.h> doesn't define.  */
  39. #undef uid_t
  40.  
  41. /* Define if you don't have sys/socket.h */
  42. #undef NO_SYS_SOCKET_H
  43.  
  44. /* Define if you have and need sys/select.h */
  45. #undef HAVE_SYS_SELECT_H
  46.  
  47. /* Define if don't you have values.h */
  48. #undef NO_VALUES_H
  49.  
  50. /* Define if your struct tm has tm_zone.  */
  51. #undef HAVE_TM_ZONE
  52.  
  53. /* Define if you have the timezone variable.  */
  54. #undef HAVE_TIMEZONE_VAR
  55.  
  56. /* Define if your struct tm has tm_tzadj.  */
  57. #undef HAVE_TM_TZADJ
  58.  
  59. /* Define if your struct tm has tm_gmtoff.  */
  60. #undef HAVE_TM_GMTOFF
  61.  
  62. /* Define if you don't have tm_zone but do have the external array
  63.    tzname.  */
  64. #undef HAVE_TZNAME
  65.  
  66. /* Define if you have unistd.h.  */
  67. #undef HAVE_UNISTD_H
  68.  
  69. /* Define as the return type of signal handlers (int or void).  */
  70. #undef RETSIGTYPE
  71.  
  72. /* Define if your sys/time.h declares struct tm.  */
  73. #undef TM_IN_SYS_TIME
  74.  
  75. /* Define to `int' if <sys/types.h> doesn't define.  */
  76. #undef uid_t
  77. #undef gid_t
  78. #undef pid_t
  79. #undef mode_t
  80. #undef time_t
  81.  
  82. /* Define to the type of elements in the array set by `getgroups'.
  83.    Usually this is either `int' or `gid_t'.  */
  84. #undef GETGROUPS_T
  85.  
  86. /* Define if you do not have dirent.h */
  87. #undef NO_DIRENT_H
  88.  
  89. /* Define if you do not have readdir but you do have V7-style directories */
  90. #undef USE_DIRENT2_H
  91.  
  92. /* Define if you do not have float.h */
  93. #undef NO_FLOAT_H
  94.  
  95. /* Define if you do not have limits.h */
  96. #undef NO_LIMITS_H
  97.  
  98. /* Define if you do not have stdlib.h */
  99. #undef NO_STDLIB_H
  100.  
  101. /* Define if you do not have string.h */
  102. #undef NO_STRING_H
  103.  
  104. /* Define if you do not have sys/time.h */
  105. #undef NO_SYS_TIME_H
  106.  
  107. /* Define if you do not have sys/wait.h */
  108. #undef NO_SYS_WAIT_H
  109.  
  110. /* Define if time.h can be included with sys/time.h */
  111. #undef TIME_WITH_SYS_TIME
  112.  
  113. /* Define if wait does not return a union */
  114. #undef NO_UNION_WAIT
  115.  
  116. /* Define if "times" returns the elasped real time */
  117. #undef TIMES_RETS_REAL_TIME
  118.  
  119. /* Define if gettimeofday is not available */
  120. #undef NO_GETTOD
  121.  
  122. /* Define if errno.h is not available */
  123. #undef NO_ERRNO_H
  124.  
  125. /* Define if fd_set is not defined. */
  126. #undef NO_FD_SET
  127.  
  128. /* Define if you have bcopy.  */
  129. #undef HAVE_BCOPY
  130.  
  131. /* Define if you have bzero.  */
  132. #undef HAVE_BZERO
  133.  
  134. /* Define if you have catgets.  */
  135. #undef HAVE_CATGETS
  136.  
  137. /* Define if you have fsync.  */
  138. #undef HAVE_FSYNC
  139.  
  140. /* Define if you have getcwd.  */
  141. #undef HAVE_GETCWD
  142.  
  143. /* Define if you have gethostbyname.  */
  144. #undef HAVE_GETHOSTBYNAME
  145.  
  146. /* Define if you have getpriority.  */
  147. #undef HAVE_GETPRIORITY
  148.  
  149. /* Define if you have gettimeofday.  */
  150. #undef HAVE_GETTIMEOFDAY
  151.  
  152. /* Define if you have select.  */
  153. #undef HAVE_SELECT
  154.  
  155. /* Define if you have setitimer.  */
  156. #undef HAVE_SETITIMER
  157.  
  158. /* Define if you have setlinebuf.  */
  159. #undef HAVE_SETLINEBUF
  160.  
  161. /* Define if you have setpgid.  */
  162. #undef HAVE_SETPGID
  163.  
  164. /* Define if you have sigaction.  */
  165. #undef HAVE_SIGACTION
  166.  
  167. /* Define if you have the X11 library (-lX11).  */
  168. #undef HAVE_LIBX11
  169.  
  170. /* Define if you have the X11_s library (-lX11_s).  */
  171. #undef HAVE_LIBX11_S
  172.  
  173. /* Define if you have the Xbsd library (-lXbsd).  */
  174. #undef HAVE_LIBXBSD
  175.  
  176. /* Define if you have the Xt library (-lXt).  */
  177. #undef HAVE_LIBXT
  178.  
  179. /* Define if you have the Xwindow library (-lXwindow).  */
  180. #undef HAVE_LIBXWINDOW
  181.  
  182. /* Define if you have the c_s library (-lc_s).  */
  183. #undef HAVE_LIBC_S
  184.  
  185. /* Define if you have the ieee library (-lieee).  */
  186. #undef HAVE_LIBIEEE
  187.  
  188. /* Define if you have the intl library (-lintl).  */
  189. #undef HAVE_LIBINTL
  190.  
  191. /* Define if you have the nsl library (-lnsl).  */
  192. #undef HAVE_LIBNSL
  193.  
  194. /* Define if you have the socket library (-lsocket).  */
  195. #undef HAVE_LIBSOCKET
  196.  
  197. /* Define if you have the sun library (-lsun).  */
  198. #undef HAVE_LIBSUN
  199.